home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / mac / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-6 / card_28656.txt < prev    next >
Text File  |  1990-04-06  |  4KB  |  168 lines

  1. -- card: 28656 from stack: in.0-6
  2. -- bmap block id: 11008
  3. -- flags: 0000
  4. -- background id: 9237
  5. -- name: messageWatcher
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   hideInfo
  9. end closeCard
  10.  
  11. on hideInfo
  12.   hideFlds 2
  13. end hideInfo
  14.  
  15.  
  16.  
  17. -- part 1 (field)
  18. -- low flags: 01
  19. -- high flags: 2004
  20. -- rect: left=77 top=213 right=322 bottom=436
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 0 / 0
  23. -- text alignment: 0
  24. -- font id: 174
  25. -- text size: 14
  26. -- style flags: 0
  27. -- line height: 14
  28. -- part name: 
  29. ----- HyperTalk script -----
  30. on mouseUp
  31. end mouseUp
  32.  
  33.  
  34.  
  35. -- part 2 (button)
  36. -- low flags: 00
  37. -- high flags: 2000
  38. -- rect: left=393 top=289 right=318 bottom=431
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 5233 / 5233
  41. -- text alignment: 1
  42. -- font id: 0
  43. -- text size: 12
  44. -- style flags: 0
  45. -- line height: 16
  46. -- part name: returnArrow
  47. ----- HyperTalk script -----
  48. on mouseUp
  49.   visual zoom close
  50.   go cd "DEBUGGING TOOLS" of stack "Intro to HyperCard 2.0"
  51. end mouseUp
  52.  
  53.  
  54.  
  55. -- part 3 (button)
  56. -- low flags: 00
  57. -- high flags: 2000
  58. -- rect: left=57 top=31 right=202 bottom=246
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 0 / 0
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: Info 1
  67. ----- HyperTalk script -----
  68. on mouseUp
  69.   showFld
  70. end mouseUp
  71.  
  72.  
  73.  
  74. -- part 5 (button)
  75. -- low flags: 00
  76. -- high flags: 2000
  77. -- rect: left=259 top=31 right=202 bottom=448
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 0 / 0
  80. -- text alignment: 1
  81. -- font id: 0
  82. -- text size: 12
  83. -- style flags: 0
  84. -- line height: 16
  85. -- part name: Info 2
  86. ----- HyperTalk script -----
  87. on mouseUp
  88.   showFld
  89. end mouseUp
  90.  
  91.  
  92.  
  93. -- part 6 (field)
  94. -- low flags: 01
  95. -- high flags: 0000
  96. -- rect: left=179 top=261 right=277 bottom=370
  97. -- title width / last selected line: 0
  98. -- icon id / first selected line: 0 / 0
  99. -- text alignment: 0
  100. -- font id: 3
  101. -- text size: 9
  102. -- style flags: 0
  103. -- line height: 12
  104. -- part name: 
  105.  
  106.  
  107. -- part 4 (field)
  108. -- low flags: 81
  109. -- high flags: 2004
  110. -- rect: left=10 top=156 right=321 bottom=254
  111. -- title width / last selected line: 0
  112. -- icon id / first selected line: 0 / 0
  113. -- text alignment: 0
  114. -- font id: 174
  115. -- text size: 14
  116. -- style flags: 0
  117. -- line height: 15
  118. -- part name: info 1
  119. ----- HyperTalk script -----
  120. on mouseUp
  121.   hide me
  122. end mouseUp
  123.  
  124.  
  125.  
  126. -- part 7 (field)
  127. -- low flags: 81
  128. -- high flags: 2004
  129. -- rect: left=255 top=156 right=288 bottom=506
  130. -- title width / last selected line: 0
  131. -- icon id / first selected line: 0 / 0
  132. -- text alignment: 0
  133. -- font id: 174
  134. -- text size: 14
  135. -- style flags: 0
  136. -- line height: 15
  137. -- part name: info 2
  138. ----- HyperTalk script -----
  139. on mouseUp
  140.   hide me
  141. end mouseUp
  142.  
  143.  
  144.  
  145. -- part contents for card part 1
  146. ----- text -----
  147. The Message Watcher displays HyperTalk messages as they are sent. You can display the window by executing the HyperTalk command
  148.  
  149.  
  150. Click on the two versions of the window to 
  151. learn about them.
  152.  
  153. -- part contents for card part 4
  154. ----- text -----
  155. By default, the Message Watcher shows only the messages that are handled by scripts. 
  156.  
  157. The Message Watcher starts recording messages as soon as you open it, but will store only the last 2048 characters worth of messages. Older messages are purged as new messages fill the buffer.
  158.  
  159. -- part contents for card part 6
  160. ----- text -----
  161. set messageWatching to true
  162.  
  163.  
  164. -- part contents for card part 7
  165. ----- text -----
  166. If you check off the Hide unused messages option, the Message Watcher will display ALL messages that are sent, whether or not they are intercepted by a handler.
  167.  
  168. Messages that are not caught by any script are listed in parentheses.